home *** CD-ROM | disk | FTP | other *** search
- object frmInfo: TfrmInfo
- Left = 641
- Top = 423
- BorderStyle = bsDialog
- Caption = 'File Info'
- ClientHeight = 279
- ClientWidth = 411
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 16
- Top = 12
- Width = 23
- Height = 13
- Caption = 'Title:'
- end
- object Label6: TLabel
- Left = 16
- Top = 36
- Width = 26
- Height = 13
- Caption = 'Artist:'
- end
- object Label7: TLabel
- Left = 16
- Top = 60
- Width = 32
- Height = 13
- Caption = 'Album:'
- end
- object Label12: TLabel
- Left = 16
- Top = 84
- Width = 32
- Height = 13
- Caption = 'Genre:'
- end
- object Label8: TLabel
- Left = 16
- Top = 108
- Width = 47
- Height = 13
- Caption = 'Copyright:'
- end
- object Label9: TLabel
- Left = 16
- Top = 132
- Width = 25
- Height = 13
- Caption = 'Year:'
- end
- object Label10: TLabel
- Left = 16
- Top = 156
- Width = 31
- Height = 13
- Caption = 'Track:'
- end
- object Label11: TLabel
- Left = 16
- Top = 252
- Width = 47
- Height = 13
- Caption = 'Comment:'
- end
- object Label3: TLabel
- Left = 16
- Top = 204
- Width = 50
- Height = 13
- Caption = 'Composer:'
- end
- object Label4: TLabel
- Left = 16
- Top = 228
- Width = 58
- Height = 13
- Caption = 'EncodedBy:'
- end
- object Label13: TLabel
- Left = 16
- Top = 180
- Width = 25
- Height = 13
- Caption = 'URL:'
- end
- object infoTitle: TEdit
- Left = 84
- Top = 8
- Width = 200
- Height = 21
- TabOrder = 0
- end
- object infoArtist: TEdit
- Left = 84
- Top = 32
- Width = 200
- Height = 21
- TabOrder = 1
- end
- object infoAlbum: TEdit
- Left = 84
- Top = 56
- Width = 200
- Height = 21
- TabOrder = 2
- end
- object infoGenre: TComboBox
- Left = 84
- Top = 80
- Width = 200
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- end
- object infoCopyright: TEdit
- Left = 84
- Top = 104
- Width = 200
- Height = 21
- TabOrder = 4
- end
- object infoYear: TEdit
- Left = 84
- Top = 128
- Width = 200
- Height = 21
- TabOrder = 5
- end
- object infoTrack: TEdit
- Left = 84
- Top = 152
- Width = 200
- Height = 21
- TabOrder = 6
- end
- object infoComment: TEdit
- Left = 84
- Top = 248
- Width = 200
- Height = 21
- TabOrder = 7
- end
- object btnApply: TButton
- Left = 296
- Top = 40
- Width = 105
- Height = 25
- Caption = 'Apply'
- TabOrder = 8
- OnClick = btnApplyClick
- end
- object btnReset: TButton
- Left = 296
- Top = 8
- Width = 105
- Height = 25
- Caption = 'Reset'
- TabOrder = 9
- OnClick = btnResetClick
- end
- object infoMTV: TRadioGroup
- Left = 297
- Top = 201
- Width = 104
- Height = 70
- Caption = 'Mpeg Tag Version'
- ItemIndex = 1
- Items.Strings = (
- 'ID3v1'
- 'ID3v2')
- TabOrder = 10
- end
- object infoComposer: TEdit
- Left = 84
- Top = 200
- Width = 200
- Height = 21
- TabOrder = 11
- end
- object infoEncodedBy: TEdit
- Left = 84
- Top = 224
- Width = 200
- Height = 21
- TabOrder = 12
- end
- object infoURL: TEdit
- Left = 84
- Top = 176
- Width = 200
- Height = 21
- TabOrder = 13
- end
- end
-